GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-15T04:47:01.3288494+00:00",
"SubmitDate": "2025-12-15T04:47:01.3288494+00:00",
"ReportPeriodStart": "2025-12-15T04:47:01.3288494+00:00",
"ReportPeriodEnd": "2025-12-15T04:47:01.3288494+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3a6d4421-8f23-4f27-baef-b36d4096b9f6",
"Rows": [
{
"ItemId": "0caa7dc6-0895-4c3d-9373-4984beb8c19f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0caa7dc6-0895-4c3d-9373-4984beb8c19f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3a6d4421-8f23-4f27-baef-b36d4096b9f6",
"Rows": [
{
"ItemId": "0caa7dc6-0895-4c3d-9373-4984beb8c19f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0caa7dc6-0895-4c3d-9373-4984beb8c19f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c38dc16a-332b-434a-8d03-a5405e38a9cb",
"126fc70d-513b-4e04-af1a-cf05382c165c"
],
"Approvers": [
"78b4b73d-c50c-47c7-890b-7255cdc3b15c",
"7b83cc9f-94b9-49af-9561-9dccdc907cb9"
],
"ApprovedBy": "5d7b19c9-ac65-4a26-bb8a-44835a05fe43",
"ApprovalDate": "2025-12-15T04:47:01.3288494+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1d8de960-e1d7-4b3b-8d90-9a0909083f3b",
"id": "6706bc65-e245-4caa-ae9f-db505c059476",
"ConfigId": "127b5d63-2d59-49b1-835a-ab916a38c316"
},
{
"GenerationDate": "2025-12-15T04:47:01.3288494+00:00",
"SubmitDate": "2025-12-15T04:47:01.3288494+00:00",
"ReportPeriodStart": "2025-12-15T04:47:01.3288494+00:00",
"ReportPeriodEnd": "2025-12-15T04:47:01.3288494+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3a6d4421-8f23-4f27-baef-b36d4096b9f6",
"Rows": [
{
"ItemId": "0caa7dc6-0895-4c3d-9373-4984beb8c19f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0caa7dc6-0895-4c3d-9373-4984beb8c19f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3a6d4421-8f23-4f27-baef-b36d4096b9f6",
"Rows": [
{
"ItemId": "0caa7dc6-0895-4c3d-9373-4984beb8c19f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0caa7dc6-0895-4c3d-9373-4984beb8c19f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c38dc16a-332b-434a-8d03-a5405e38a9cb",
"126fc70d-513b-4e04-af1a-cf05382c165c"
],
"Approvers": [
"78b4b73d-c50c-47c7-890b-7255cdc3b15c",
"7b83cc9f-94b9-49af-9561-9dccdc907cb9"
],
"ApprovedBy": "5d7b19c9-ac65-4a26-bb8a-44835a05fe43",
"ApprovalDate": "2025-12-15T04:47:01.3288494+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1d8de960-e1d7-4b3b-8d90-9a0909083f3b",
"id": "6706bc65-e245-4caa-ae9f-db505c059476",
"ConfigId": "127b5d63-2d59-49b1-835a-ab916a38c316"
}
]